parallel-sum-sequences(seq) input-seq line up seq and input-seq in parallel, and then sum their superpositions.
-- just an abstract example: parallel-sum-sequences(ssplit |xyz>) ssplit |abcdef> |a> + |x> . |b> + |y> . |c> + |z> . |d> . |e> . |f>